home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 53 / PC Actual CD 53.iso / Demos / Fax / Faxgate / Spanish / notify_variables.txt < prev    next >
Encoding:
Text File  |  2000-05-02  |  1.5 KB  |  53 lines

  1. FAILURE.TXT and SUCCESS.TXT files
  2.  
  3. create two files in the \<fax_server_inst_dir>\cfg directory,
  4. failure.txt and success.txt.  (examples are in this directory.)
  5. Use the following variables to send particular pieces of information
  6. to the user.  Look at the sample files success.txt and
  7. failure.txt in this directory)
  8.  
  9. Note -- these two files MUST be there for notifications to 
  10. work - there's no default behavior for handling the $MSG
  11. file requestor if these files aren't there.  (This could
  12. be changed ..)
  13.  
  14.  
  15. %@ = date/time
  16. %a = #tel# (original destination address)
  17. %c = #cid# (control id)
  18. %d = #dst# (recipient name)
  19. %j = jobid
  20. %k = call cost
  21. %l = log messages     // preprocessor log messages for that job
  22. %m = status message  
  23. %n = total pages
  24. %p = pages sent
  25. %q = rscid
  26. %r = "Sent to" or "Failed to Reach", depending ...
  27. %s = #snd# (sender name)
  28. %t = elapsed time / duration
  29. %z = Account
  30.  
  31.  
  32. NTI_FAIL.TXT and NTI_OK.TXT
  33.  
  34.  
  35. Similar to the above, but with a different set of variables
  36. supported.  (Supporting only what we had under FG/2)
  37.  
  38. Place two files, NTI_FAIL.TXT and NTI_OK.txt in the cfg directory.
  39.  
  40. // %1 = internet address (#nti# parameter)
  41.             // %2 = internet from_address (#nti parameter) 
  42.             // %j = jobid
  43.             // %r = "Sent to // Failed to Reach"
  44.             // %d = #dst#
  45.             // %@ = date/time
  46.             // %t = elapsed time
  47.             // %a = #tel#
  48.             // %l = log messages // was %m
  49.             // %c = #cid#
  50.             // %p = page count
  51.             // %m = customized error message
  52.             
  53.